-- card: 6689 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3493 -- name: UCASE -- part 1 (button) -- low flags: 00 -- high flags: A003 -- rect: left=101 top=211 right=233 bottom=180 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: UCASE ----- HyperTalk script ----- on mouseUp put editString("ucase", field A) into field B end mouseUp -- part contents for background part 2 ----- text ----- UCASE will change the case of all alphabetic characters in the input to uppercase. The function acts just like the BASIC language UCASE$ function. The maximum size of the text (or data holder) is 30000 bytes. -- part contents for background part 1 ----- text ----- UCASE -- part contents for background part 3 ----- text ----- editString("UCase", source) • source is the intput variable or field containing the text -- part contents for background part 4 ----- text ----- hello there everybody!!! 2345(())))####